ServiceTentativelyAcceptMeetingRequest Method (IListTentativelyAcceptItem) |
Tentatively accepts meeting requests.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> TentativelyAcceptMeetingRequest(
IList<TentativelyAcceptItem> tentativelyAcceptItems
)
Public Function TentativelyAcceptMeetingRequest (
tentativelyAcceptItems As IList(Of TentativelyAcceptItem)
) As IList(Of ItemInfoResponse)
Parameters
- tentativelyAcceptItems
- Type: System.Collections.GenericIListTentativelyAcceptItem
The tentatively accept items.
Return Value
Type:
IListItemInfoResponseIList{ItemInfoResponse}.
See Also